CodingForums

ساخت وبلاگ
Hello everyone, I've started leaing about web-design few months ago and i came to jquery, I was wondering if someone can show me how to make a dropdown menu but like horizontal style, https://www.bearbiology.com/ like this one when you hover over the "Bears of the world", it shows up the li tags of the list,
I guess it is a hidden div that appears on hover, there are a lot of tutorials for all sorts of dropdown menus but i couldn't find anything for this style.
If someone can show me how to make it would be of great help. :)
CodingForums...
ما را در سایت CodingForums دنبال می کنید

برچسب : نویسنده : codingforums بازدید : 141 تاريخ : شنبه 30 دی 1396 ساعت: 19:07

Hi, On my page </title> <link rel="profile" href="http://gmpg.org/xfn/11"> <link rel="pingback" href="http://mam-prawo.com/xmlrpc.php"> <title>Mam-prawo there is a problem with responsivity. The main image is hidden under header on mobile screen. How can i solve the problem using CSS? Thank you for help, Jacek Attached Thumbnails   CodingForums...
ما را در سایت CodingForums دنبال می کنید

برچسب : نویسنده : codingforums بازدید : 169 تاريخ : شنبه 30 دی 1396 ساعت: 19:07

I have read a few definitions, and seen many examples. Part of them do make sense, but not completely. So far the best definition I've seen is this one from developer.mozilla.org Quote: "The remainder operator retus the remainder left over when one operand is divided by a second operand. It always takes the sign of the dividend, not the divisor. It uses a built-in modulo function to produce the result, which is the integer remainder of dividing var1 by var2 — for example — var1 modulo var2" ...retus the remainder left over... (of a division) What "remainder left over" ? How can there be such thing on the first place? Maybe I'm not looking at it from the right angle. I was hoping someone could offer a different definition/approach. Thanks in advance guys CodingForums...
ما را در سایت CodingForums دنبال می کنید

برچسب : نویسنده : codingforums بازدید : 188 تاريخ : شنبه 30 دی 1396 ساعت: 3:29

Hi, I've created a VB program to assign the action of printing a screenshot of the current screen to a function key of choice, but I'm having trouble trying to get the assignment to persist after the program is closed. So a couple of questions arise: 1. Is this possible to do? 2. If so, does anyone know the way to do it? The code I currently have is: Code: Imports System Imports System.IO Imports System.Drawing Imports System.Drawing.Printing Imports System.Windows.Forms.Keys Imports System.Runtime.InteropServices Imports Shell32              ' for ShellFolderView Imports SHDocVw              ' for IShellWindows Public Class frmFunctionKeyChanger         <DllImport("User32.dll")> _         Private Shared Function RegisterHotKey(ByVal hwnd As IntPtr, _                                                         ByVal id As Integer, ByVal fsModifiers As Integer, _               &nb CodingForums...
ما را در سایت CodingForums دنبال می کنید

برچسب : نویسنده : codingforums بازدید : 160 تاريخ : جمعه 29 دی 1396 ساعت: 20:42

I went over a tutorial on regex as I know that this is a needed part for a php edu. Is the Replacement Strings tutorial something that is needed too:

https://www.regular-expressions.info...etutorial.html

Is this something closely related to the PHP programming or not really (like can I find a use of that in the manual on php.net)? How closely would this be relevant / related / needed as far as php programming work (on a scale from 1 to 10, 1 - not needed, 10 - needed). I am planning on skipping this tutorial for now. I've been working on websites for 7+ years and I've never heard of this.
CodingForums...
ما را در سایت CodingForums دنبال می کنید

برچسب : نویسنده : codingforums بازدید : 159 تاريخ : جمعه 29 دی 1396 ساعت: 20:42

Hi guys, have a nice! How can i configure these to make many requests from one client. the server waits for first request before it interprets others.
CodingForums...
ما را در سایت CodingForums دنبال می کنید

برچسب : نویسنده : codingforums بازدید : 169 تاريخ : جمعه 29 دی 1396 ساعت: 20:42

Hi I wonder if someone can help me with an issue that has left me scratching my head... I have a simple page which appears as a pop-up which calls data from a MySQL database, e.g. http://www......./popup.php?id=5 (this would call the database entry with ID number 5). The code on the page is as follows (slightly simplified for here): <?php include('../config.php'); $sql = "SELECT * FROM `$filename` WHERE id = '$id'"; $sql_result = mysql_query ($sql, $connection ) or die ('request "Could not execute SQL query" '.$sql); while ($row = mysql_fetch_assoc($sql_result)) { if ($row["content"]<>'') { echo nl2br(stripslashes(html_entity_decode($row["content"]))).''; }; }; ?> The problem that I appear to have is WHERE id = '$id'. If I add a number manually and do a test (e.g. WHERE id = '5') it sill show the 'content', but not if is calling the content from the id included in the URL. Can anyone point me in the right direction? Thanks in advance Neil CodingForums...
ما را در سایت CodingForums دنبال می کنید

برچسب : نویسنده : codingforums بازدید : 160 تاريخ : جمعه 29 دی 1396 ساعت: 20:42

Hi all,

I am just getting started with JS.
I am ok with HTML5 & CSS3. From time to time I make use of JQuery and Bootstrap, except I basically just integrate/adapt already made scripts into my HTML code.
I'm just a tad confused when it comes to Bootstrap, Angular, JQuery, etc.
Apart from pure JS, which of these frameworks/libraries should I focus my attention/time the most?

Thanks in advance,

JDL
CodingForums...
ما را در سایت CodingForums دنبال می کنید

برچسب : نویسنده : codingforums بازدید : 177 تاريخ : جمعه 29 دی 1396 ساعت: 20:42

Hi everyone. This is my first post on the forum. I am just beginning with HTML and CSS. I am an Illustrator and graphic designer and would like to go Into frontend. I am working with one company as designer and illustrator, and they asked me recently to crate email signature for them. They are group of freelancers actually, and using gmail on everyday basis. So I designed and cut graphic for them but I can't use that in gmail. I have done one email signature long time ago but that was not for gmail. I tested that as well in gmail (both based on same code). Result is the same - tried move the signature from browser window to gmail signature field/form and nothing happened. I really want make thats work but tried any availble Youtube tutorials with no success. I will post my code for old signature: Code: <html> <head> <title>Peter baxter signature </title> <meta name="Generator" content="Alleycode HTML Editor"> <meta name="Description" content="Your description here..."> <meta name="Keywords" content="Your keywords here..."> </head> <body> <table width=" CodingForums...
ما را در سایت CodingForums دنبال می کنید

برچسب : نویسنده : codingforums بازدید : 173 تاريخ : جمعه 29 دی 1396 ساعت: 20:42

Hello there, I am looking for assistance making the HTML5 Audio tag appear consistent within mobile as it does on desktop browsers. I have not been able to find much information about this and any help whatsoever is much appreciated. The audio section of the site on desktop looks as intended you can find that here. You can also view the live Website. The issue lies within mobile, when someone first opens the site on mobile the audio buttons are bunched together and overlapping, clearly not where they should be, Normal View on mobile. However when someone zooms in slightly on their device it appears closer to normal, When Zoomed in on mobile. My question is, how can I set it so that the mobile audio buttons are fixed in the way that they are supposed to be. If this is not possible, what are my options. Thanks! CodingForums...
ما را در سایت CodingForums دنبال می کنید

برچسب : نویسنده : codingforums بازدید : 164 تاريخ : جمعه 29 دی 1396 ساعت: 20:42

Hi I'm new to coding and having trouble with some code. I have a button which when pressed changes the battery icon to a text display of battery % remaining and when the button is pressed again reverts back to the battery icon. What I'm trying to do is when the button is pressed the text display reverts back to the battery icon automatically after 5 seconds. The javascript I have for the button is: batBtn.onactivate = function(evt) { if ( switcher === false) { myBat.style.display = "none"; myBatIcn.style.display = "inline"; myBatRect.style.display = "inline"; switcher = true; } else { myBat.style.display = "inline"; myBatIcn.style.display = "none"; myBatRect.style.display = "none"; switcher = false; } } } Any help is greatly appreciated. Regards Assad CodingForums...
ما را در سایت CodingForums دنبال می کنید

برچسب : نویسنده : codingforums بازدید : 135 تاريخ : جمعه 29 دی 1396 ساعت: 20:42

Hi, guys,

im a complete novice as in a few hours worth of staring at the screen scratching my head trying to soak things in.

all i am trying to do is change my streamlabs event list from displaying vertically to displaying horizontally so i can set the said result to scroll left to right in obs

i can post the code i do have if that is ok?

thanks for taking the time to read and hopefully be able to help me out with this, i appreciate it

many thanks

Chudy
CodingForums...
ما را در سایت CodingForums دنبال می کنید

برچسب : نویسنده : codingforums بازدید : 138 تاريخ : جمعه 29 دی 1396 ساعت: 20:42

To debug what is going on in my complex scripts I tu on an option which causes the scripts to append trace information to a global variable which is then dumped out as part of the generated web page. For example: PHP Code:     if ($pdo->query($query))    {        if ($debug)            $wa .= "<p>query='$query'</p>n";    ...    showTrace();  where showTrace is: PHP Code: <?php$waid        = '';function showTrace(){    global $wa;    global $waid;    if (strlen($wa) > 0)    {?>    <div id='debugTrace<?php print $waid; ?>' class='waing'>      <?php print $wa; ?>    </div><?php    if ($waid == '') &n CodingForums...
ما را در سایت CodingForums دنبال می کنید

برچسب : نویسنده : codingforums بازدید : 144 تاريخ : جمعه 29 دی 1396 ساعت: 20:42

I'm assuming my CSS targeting in this is incorrect, I've been following a tutorial and somehow I've managed to mess up in a way that my css isn't targeting what its meant to. I included a website logo and homepage buttons, and in the css code I can change the background colors and the like, but shifting the div in css up and down does not affect the images and menu items within the div. Here's my code: Code: <!DOCTYPE html> <html> <head>     <meta charset="UTF-8">     <title>FixLink</title>     <style type="text/css">         body{  margin: 0px;    }         #pageTop{             background-image: url("root/style/headerSliver.png");             height: 90px;         }         #pageTop > #pageTopWrap{             width: 1000px;             margin: 0px auto;             height: 90px;         }       CodingForums...
ما را در سایت CodingForums دنبال می کنید

برچسب : نویسنده : codingforums بازدید : 139 تاريخ : جمعه 29 دی 1396 ساعت: 20:42

Can someone give me a link tutorial how to do multiple stylesheets in one page? or someone explain it to me how to do that?

What am I talking about is like this:
Example: (click link)
http://www-db.deis.unibo.it/courses/...o_default.htm#

Thanks in advance!
CodingForums...
ما را در سایت CodingForums دنبال می کنید

برچسب : نویسنده : codingforums بازدید : 195 تاريخ : جمعه 29 دی 1396 ساعت: 20:42

My error is: Error in query (1064): Syntax error near 'FROM content_type_user1, content_type_user WHERE content_type_user.nid = conten' at line 20 Code: UPDATE content_type_user SET content_type_user.field_user_title_value = content_type_user1.field_user_title_value, content_type_user.field_user_firstname_value = content_type_user1.field_user_firstname_value, content_type_user.field_user_suame_value = content_type_user1.field_user_suame_value, content_type_user.field_address_1_value = content_type_user1.field_address_1_value, content_type_user.field_address_2_value = content_type_user1.field_address_2_value, content_type_user.field_address_3_value = content_type_user1.field_address_3_value, content_type_user.field_address_4_value = content_type_user1.field_address_4_value, content_type_user.field_address_5_value = content_type_user1.field_address_5_value, content_type_user.field_address_town_value = content_type_user1.field_address_town_value, content_type_user.field_county_value = content_type_user1.field_county_value, content_type_user.field_country_value = content_type_user1.field_country_value, content_type_user.field_date_of_birth_value = content_type_user1.f CodingForums...
ما را در سایت CodingForums دنبال می کنید

برچسب : نویسنده : codingforums بازدید : 163 تاريخ : جمعه 29 دی 1396 ساعت: 20:42

I have executed the sql in phpmyadmin and it retus 1 for an email address, yet execute() seems to retuing a boolean and I'm getting the above error. Not sure how or why? PHP Code: function CountEmailQuery()             {                 try                 {                 $sql = $this->link->prepare("SELECT count(Email) FROM table WHERE Email = :Email");                 $sql->bindValue(":Email",$_POST['Email']);                 $count = $sql->execute();                 }                &nb CodingForums...
ما را در سایت CodingForums دنبال می کنید

برچسب : نویسنده : codingforums بازدید : 212 تاريخ : جمعه 29 دی 1396 ساعت: 20:42

I have an issue with a PHP form where I have four separate, distinct sets of radio buttons. These are for people to sign up for certain workshop choices. So, Workshop 1 has four radio button choices, and the user has to select their preference- 1, 2, 3 or 4. Same for Workshop 2, Workshop 3 and Workshop 4, they each have four choices. However, at the moment the user can choose a preference of 1 for the first workshop, then choose 1 again for the 2nd and so on. Most people are intelligent enough not to do this but some are not, so we need a way to prevent an option being selected in any of the remaining Workshop groups if that same option has already been selected in the first one. So for example, if the user selected a Preference of 2 for Workshop 1, then the option / preference shouldn't be selectable for any of the following Workshops. They should only be able to select 1, 3 or 4. Then, if say they selected a Preference of 3 for the next Workshop (Workshop 2) then the available options in the NEXT Workshop are limited to 1 and 4. And so on. I can't see any way of doing this, as it needs to be done before any data is sent- does anyone know if this is possible and how? Thanks CodingForums...
ما را در سایت CodingForums دنبال می کنید

برچسب : نویسنده : codingforums بازدید : 171 تاريخ : جمعه 29 دی 1396 ساعت: 20:42

please help me on how to put a hyperlink on this code ( i want to put the hyperlink on "name")

</td><td align="center"><?php echo $row["name"]; ?>
CodingForums...
ما را در سایت CodingForums دنبال می کنید

برچسب : نویسنده : codingforums بازدید : 151 تاريخ : چهارشنبه 27 دی 1396 ساعت: 5:09

Hi everybody, I seek for move a point at the middle of text, but the stay at bottom of the block If someone know why It's would help me here the code html : Code:         <div class="menuNavigation">                 <!-- The dots/circles --> <div>   <span class="dot" id="dotOne"  ></span>     <span onclick="currentSlide(1)" id="dotOne" class="textMenuNavigation" onmouseover="changeColorBackground("red')"         onmouseout="changeColorBackground('#FFFCE7')" > Appetizers </span>   <br>     <span class="dot" id="dotTwo" onclick="currentSlide(2)"></span>  <span  id="dotTwo"  onclick="currentSlide(2)" class="textMenuNavigation"> Soups </span>    <br>     <span class="dot"  id="dotTwo" onclick="currentSlide(3)">  </span>  <span onclick= CodingForums...
ما را در سایت CodingForums دنبال می کنید

برچسب : نویسنده : codingforums بازدید : 193 تاريخ : چهارشنبه 27 دی 1396 ساعت: 5:09